/* import all fonts */

/* Poppins */

@font-face {
    font-family: 'Poppins';
    src: url('fonts/poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'Poppins';
    src: url('fonts/poppins/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/poppins/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/poppins/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/poppins/Poppins-Thin.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* Big Soulder Text */

@font-face {
    font-family: 'Big Soulder Text';
    src: url('fonts/big-shoulder-text/BigShouldersText-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Big Soulder Text';
    src: url('fonts/big-shoulder-text/BigShouldersText-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Big Soulder Text';
    src: url('fonts/big-shoulder-text/BigShouldersText-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}


@font-face {
    font-family: 'Big Soulder Text';
    src: url('fonts/big-shoulder-text/BigShouldersText-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Big Soulder Text';
    src: url('fonts/big-shoulder-text/BigShouldersText-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

/* Sora */

@font-face {
    font-family: 'Sora';
    src: url('fonts/sora/Sora-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Sora';
    src: url('fonts/sora/Sora-SemiBold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Sora';
    src: url('fonts/sora/Sora-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Sora';
    src: url('fonts/sora/Sora-ExtraBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* gilroy */

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/gilroy-medium/Gilroy-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/gilroy-medium/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/gilroy-medium/Gilroy-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/gilroy-medium/Gilroy-Heavy.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* caveat */

@font-face {
    font-family: 'Caveat';
    src: url('fonts/caveat/Caveat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Caveat';
    src: url('fonts/caveat/Caveat-Bold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}